home *** CD-ROM | disk | FTP | other *** search
- object EqnOptimize: TEqnOptimize
- Left = 192
- Top = 98
- BorderStyle = bsDialog
- Caption = 'Boolean Expression Optimization'
- ClientHeight = 351
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object LogEqnLbl: TLabel
- Left = 8
- Top = 0
- Width = 100
- Height = 16
- Caption = 'Logic Equation:'
- end
- object dc00: TLabel
- Left = 24
- Top = 88
- Width = 27
- Height = 16
- Caption = 'D'#39'C'#39
- end
- object dc01: TLabel
- Left = 24
- Top = 120
- Width = 23
- Height = 16
- Caption = 'D'#39'C'
- end
- object dc11: TLabel
- Left = 24
- Top = 152
- Width = 19
- Height = 16
- Caption = 'DC'
- end
- object dc10: TLabel
- Left = 24
- Top = 184
- Width = 23
- Height = 16
- Caption = 'DC'#39
- end
- object ba00: TLabel
- Left = 56
- Top = 64
- Width = 26
- Height = 16
- Caption = 'B'#39'A'#39
- end
- object ba01: TLabel
- Left = 88
- Top = 64
- Width = 22
- Height = 16
- Caption = 'B'#39'A'
- end
- object ba11: TLabel
- Left = 120
- Top = 64
- Width = 18
- Height = 16
- Caption = 'BA'
- end
- object ba10: TLabel
- Left = 152
- Top = 64
- Width = 22
- Height = 16
- Caption = 'BA'#39
- end
- object PrintBtn: TButton
- Tag = 2
- Left = 336
- Top = 56
- Width = 89
- Height = 33
- Caption = 'Print'
- TabOrder = 2
- OnClick = PrintBtnClick
- end
- object AboutBtn: TButton
- Tag = 3
- Left = 336
- Top = 96
- Width = 89
- Height = 33
- Caption = 'About'
- TabOrder = 3
- OnClick = AboutBtnClick
- end
- object ExitBtn: TButton
- Tag = 4
- Left = 336
- Top = 136
- Width = 89
- Height = 33
- Caption = 'Exit'
- TabOrder = 4
- OnClick = ExitBtnClick
- end
- object LogEqn: TEdit
- Left = 8
- Top = 24
- Width = 417
- Height = 24
- TabOrder = 0
- Text = '0'
- OnChange = LogEqnChange
- end
- object OptimizeBtn: TButton
- Tag = 1
- Left = 208
- Top = 56
- Width = 89
- Height = 33
- Caption = 'Optimize'
- Default = True
- TabOrder = 1
- OnClick = OptimizeBtnClick
- end
- object CanonicalPanel: TGroupBox
- Left = 0
- Top = 224
- Width = 425
- Height = 57
- Caption = 'Canonical Equation'
- TabOrder = 5
- object Eqn1: TLabel
- Left = 8
- Top = 16
- Width = 409
- Height = 14
- Caption = 'F=0'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Eqn2: TLabel
- Left = 8
- Top = 32
- Width = 409
- Height = 14
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object OptimizedPanel: TGroupBox
- Left = 0
- Top = 288
- Width = 425
- Height = 57
- Caption = 'Optimized Equation'
- TabOrder = 6
- object Eqn3: TLabel
- Left = 8
- Top = 16
- Width = 409
- Height = 14
- Caption = 'F=0'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Eqn4: TLabel
- Left = 8
- Top = 32
- Width = 409
- Height = 14
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object tt00: TPanel
- Left = 56
- Top = 88
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 7
- end
- object tt01: TPanel
- Left = 88
- Top = 88
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 8
- end
- object tt02: TPanel
- Left = 120
- Top = 88
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 9
- end
- object tt03: TPanel
- Left = 152
- Top = 88
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 10
- end
- object tt10: TPanel
- Left = 56
- Top = 120
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 11
- end
- object tt11: TPanel
- Left = 88
- Top = 120
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 12
- end
- object tt12: TPanel
- Left = 120
- Top = 120
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 13
- end
- object tt13: TPanel
- Left = 152
- Top = 120
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 14
- end
- object tt20: TPanel
- Left = 56
- Top = 152
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 15
- end
- object tt21: TPanel
- Left = 88
- Top = 152
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 16
- end
- object tt22: TPanel
- Left = 120
- Top = 152
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 17
- end
- object tt23: TPanel
- Left = 152
- Top = 152
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 18
- end
- object tt30: TPanel
- Left = 56
- Top = 184
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 19
- end
- object tt31: TPanel
- Left = 88
- Top = 184
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 20
- end
- object tt32: TPanel
- Left = 120
- Top = 184
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 21
- end
- object tt33: TPanel
- Left = 152
- Top = 184
- Width = 25
- Height = 25
- Caption = '0'
- TabOrder = 22
- end
- object StepBtn: TButton
- Left = 208
- Top = 96
- Width = 89
- Height = 33
- Caption = 'Step'
- Enabled = False
- TabOrder = 23
- OnClick = StepBtnClick
- end
- object PrintDialog: TPrintDialog
- Left = 304
- Top = 56
- end
- end
-